Html Css Color HEX #CD6CE4 Orchid

📋 copy color: '#CD6CE4'

red 205 ◦ green 108 ◦ blue 228

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

Shades of Orchid #CD6CE4

Tints of Orchid #CD6CE4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.96%

 BLUE value IS 228 (89.45% from 255) = 42.14%

R = 37.89%
G = 19.96%
B = 42.14%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD6CE4 (or 0xCD6CE4) is known color: Orchid. HEX triplet: CD, 6C and E4. RGB value is (205,108,228). Sum of RGB (Red+Green+Blue) = 205+108+228=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD6CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CE4 is #32931B. Grayscale: #969696. Windows color (decimal): -3314460 or 14970061. OLE color: 14970061.

HSL color Cylindrical-coordinate representation of color #CD6CE4: hue angle of 288.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6CE4 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 108 228 -
CMYK 0.10 0.53 0 0.11
HSL 288.5º 0.69% 0.66% -
HSV(B) 288.5º 0.53% 0.89% -
XYZ 44.54 29.31 76.71 -
YUV 150.68 171.64 166.74 -
System Red Green Blue C M Y K H S L
Decimal 205 108 228 0.10 0.53 0 0.11 288.5 0.69 0.66
Hex CD 6C E4 A 35 0 B 120 45 42
Octal 315 154 344 12 65 0 13 440 105 102
Binary 11001101 1101100 11100100 1010 110101 0 1011 100100000 1000101 1000010

Color Harmonies of #CD6CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CE4

Black with #CD6CE4

Text Example


Text Example

White with #CD6CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CE4; }

 p { color: rgb(205,108,228); }

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

background-color css

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

 a { background-color: rgb(205,108,228); }

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

border-color css

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

 span { border-color: rgb(205,108,228); }

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