Html Css Color HEX #CD6FDE Orchid

📋 copy color: '#CD6FDE'

red 205 ◦ green 111 ◦ blue 222

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

Shades of Orchid #CD6FDE

Tints of Orchid #CD6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 38.1%
G = 20.63%
B = 41.26%

CMYK

 C value IS 0.08

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD6FDE (or 0xCD6FDE) is known color: Orchid. HEX triplet: CD, 6F and DE. RGB value is (205,111,222). Sum of RGB (Red+Green+Blue) = 205+111+222=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FDE is #329021. Grayscale: #979797. Windows color (decimal): -3313698 or 14577613. OLE color: 14577613.

HSL color Cylindrical-coordinate representation of color #CD6FDE: hue angle of 290.81º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6FDE is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 111 222 -
CMYK 0.08 0.5 0 0.13
HSL 290.81º 0.63% 0.65% -
HSV(B) 290.81º 0.5% 0.87% -
XYZ 44.05 29.62 72.5 -
YUV 151.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 205 111 222 0.08 0.5 0 0.13 290.81 0.63 0.65
Hex CD 6F DE 8 32 0 D 123 3F 41
Octal 315 157 336 10 62 0 15 443 77 101
Binary 11001101 1101111 11011110 1000 110010 0 1101 100100011 111111 1000001

Color Harmonies of #CD6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6FDE

Black with #CD6FDE

Text Example


Text Example

White with #CD6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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