Html Css Color HEX #CD6ACB Orchid

📋 copy color: '#CD6ACB'

red 205 ◦ green 106 ◦ blue 203

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

Shades of Orchid #CD6ACB

Tints of Orchid #CD6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.62%

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 39.88%
G = 20.62%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD6ACB (or 0xCD6ACB) is known color: Orchid. HEX triplet: CD, 6A and CB. RGB value is (205,106,203). Sum of RGB (Red+Green+Blue) = 205+106+203=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ACB is #329534. Grayscale: #929292. Windows color (decimal): -3314997 or 13331149. OLE color: 13331149.

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

Color convert

RGB 205 106 203 -
CMYK 0 0.48 0.01 0.20
HSL 301.21º 0.5% 0.61% -
HSV(B) 301.21º 0.48% 0.8% -
XYZ 41.11 27.6 59.66 -
YUV 146.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 205 106 203 0 0.48 0.01 0.20 301.21 0.5 0.61
Hex CD 6A CB 0 30 1 14 12D 32 3D
Octal 315 152 313 0 60 1 24 455 62 75
Binary 11001101 1101010 11001011 0 110000 1 10100 100101101 110010 111101

Color Harmonies of #CD6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ACB

Black with #CD6ACB

Text Example


Text Example

White with #CD6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ACB; }

 p { color: rgb(205,106,203); }

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

background-color css

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

 a { background-color: rgb(205,106,203); }

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

border-color css

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

 span { border-color: rgb(205,106,203); }

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