Html Css Color HEX #CD7FDE Orchid

📋 copy color: '#CD7FDE'

red 205 ◦ green 127 ◦ blue 222

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

Shades of Orchid #CD7FDE

Tints of Orchid #CD7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.92%

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

R = 37%
G = 22.92%
B = 40.07%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD7FDE (or 0xCD7FDE) is known color: Orchid. HEX triplet: CD, 7F and DE. RGB value is (205,127,222). Sum of RGB (Red+Green+Blue) = 205+127+222=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FDE is #328021. Grayscale: #A0A0A0. Windows color (decimal): -3309602 or 14581709. OLE color: 14581709.

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

Color convert

RGB 205 127 222 -
CMYK 0.08 0.43 0 0.13
HSL 289.26º 0.59% 0.68% -
HSV(B) 289.26º 0.43% 0.87% -
XYZ 45.95 33.43 73.14 -
YUV 161.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 205 127 222 0.08 0.43 0 0.13 289.26 0.59 0.68
Hex CD 7F DE 8 2B 0 D 121 3B 44
Octal 315 177 336 10 53 0 15 441 73 104
Binary 11001101 1111111 11011110 1000 101011 0 1101 100100001 111011 1000100

Color Harmonies of #CD7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FDE

Black with #CD7FDE

Text Example


Text Example

White with #CD7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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