Html Css Color HEX #CD6ECB Orchid

📋 copy color: '#CD6ECB'

red 205 ◦ green 110 ◦ blue 203

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

Shades of Orchid #CD6ECB

Tints of Orchid #CD6ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

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

R = 39.58%
G = 21.24%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD6ECB (or 0xCD6ECB) is known color: Orchid. HEX triplet: CD, 6E and CB. RGB value is (205,110,203). Sum of RGB (Red+Green+Blue) = 205+110+203=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ECB is #329134. Grayscale: #949494. Windows color (decimal): -3313973 or 13332173. OLE color: 13332173.

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

Color convert

RGB 205 110 203 -
CMYK 0 0.46 0.01 0.20
HSL 301.26º 0.49% 0.62% -
HSV(B) 301.26º 0.46% 0.8% -
XYZ 41.53 28.44 59.8 -
YUV 149.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 205 110 203 0 0.46 0.01 0.20 301.26 0.49 0.62
Hex CD 6E CB 0 2E 1 14 12D 31 3E
Octal 315 156 313 0 56 1 24 455 61 76
Binary 11001101 1101110 11001011 0 101110 1 10100 100101101 110001 111110

Color Harmonies of #CD6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ECB

Black with #CD6ECB

Text Example


Text Example

White with #CD6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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