Html Css Color HEX #CD6FE0 Orchid

📋 copy color: '#CD6FE0'

red 205 ◦ green 111 ◦ blue 224

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

Shades of Orchid #CD6FE0

Tints of Orchid #CD6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.56%

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 37.96%
G = 20.56%
B = 41.48%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD6FE0 (or 0xCD6FE0) is known color: Orchid. HEX triplet: CD, 6F and E0. RGB value is (205,111,224). Sum of RGB (Red+Green+Blue) = 205+111+224=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FE0 is #32901F. Grayscale: #979797. Windows color (decimal): -3313696 or 14708685. OLE color: 14708685.

HSL color Cylindrical-coordinate representation of color #CD6FE0: hue angle of 289.91º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6FE0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 111 224 -
CMYK 0.08 0.50 0 0.12
HSL 289.91º 0.65% 0.66% -
HSV(B) 289.91º 0.5% 0.88% -
XYZ 44.32 29.73 73.92 -
YUV 151.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 205 111 224 0.08 0.50 0 0.12 289.91 0.65 0.66
Hex CD 6F E0 8 32 0 C 122 41 42
Octal 315 157 340 10 62 0 14 442 101 102
Binary 11001101 1101111 11100000 1000 110010 0 1100 100100010 1000001 1000010

Color Harmonies of #CD6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6FE0

Black with #CD6FE0

Text Example


Text Example

White with #CD6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6FE0; }

 p { color: rgb(205,111,224); }

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

background-color css

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

 a { background-color: rgb(205,111,224); }

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

border-color css

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

 span { border-color: rgb(205,111,224); }

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