Html Css Color HEX #CD76CA Orchid

📋 copy color: '#CD76CA'

red 205 ◦ green 118 ◦ blue 202

#CD76CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD76CA

Tints of Orchid #CD76CA

RGB

 RED value IS 205 (80.47% from 255) = 39.05%

 GREEN value IS 118 (46.48% from 255) = 22.48%

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 39.05%
G = 22.48%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD76CA (or 0xCD76CA) is known color: Orchid. HEX triplet: CD, 76 and CA. RGB value is (205,118,202). Sum of RGB (Red+Green+Blue) = 205+118+202=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76CA is #328935. Grayscale: #999999. Windows color (decimal): -3311926 or 13268685. OLE color: 13268685.

HSL color Cylindrical-coordinate representation of color #CD76CA: hue angle of 302.07º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD76CA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 202 -
CMYK 0 0.42 0.01 0.20
HSL 302.07º 0.47% 0.63% -
HSV(B) 302.07º 0.42% 0.8% -
XYZ 42.32 30.2 59.48 -
YUV 153.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 205 118 202 0 0.42 0.01 0.20 302.07 0.47 0.63
Hex CD 76 CA 0 2A 1 14 12E 2F 3F
Octal 315 166 312 0 52 1 24 456 57 77
Binary 11001101 1110110 11001010 0 101010 1 10100 100101110 101111 111111

Color Harmonies of #CD76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76CA

Black with #CD76CA

Text Example


Text Example

White with #CD76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76CA; }

 p { color: rgb(205,118,202); }

 H1.HeaderClassName
 {
   color: #CD76CA;
 }
 .AnyTagClassName
 {
   color: #CD76CA;
 }
</style>

background-color css

<style>
 a { background-color: #CD76CA; }

 a { background-color: rgb(205,118,202); }

 div.DivClassName
 {
   background-color: #CD76CA;
 }
 .BgClassName
 {
   background-color: #CD76CA;
 }
</style>

border-color css

<style>
 span { border-color: #CD76CA; }

 span { border-color: rgb(205,118,202); }

 td.TdClassName
 {
   border-color: #CD76CA;
 }
 .TagClassName
 {
   border-color: #CD76CA;
 }
</style>