Html Css Color HEX #CD7CDE Orchid

📋 copy color: '#CD7CDE'

red 205 ◦ green 124 ◦ blue 222

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

Shades of Orchid #CD7CDE

Tints of Orchid #CD7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.5%

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

R = 37.21%
G = 22.5%
B = 40.29%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD7CDE (or 0xCD7CDE) is known color: Orchid. HEX triplet: CD, 7C and DE. RGB value is (205,124,222). Sum of RGB (Red+Green+Blue) = 205+124+222=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDE is #328321. Grayscale: #9F9F9F. Windows color (decimal): -3310370 or 14580941. OLE color: 14580941.

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

Color convert

RGB 205 124 222 -
CMYK 0.08 0.44 0 0.13
HSL 289.59º 0.6% 0.68% -
HSV(B) 289.59º 0.44% 0.87% -
XYZ 45.57 32.67 73.01 -
YUV 159.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 205 124 222 0.08 0.44 0 0.13 289.59 0.6 0.68
Hex CD 7C DE 8 2C 0 D 122 3C 44
Octal 315 174 336 10 54 0 15 442 74 104
Binary 11001101 1111100 11011110 1000 101100 0 1101 100100010 111100 1000100

Color Harmonies of #CD7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7CDE

Black with #CD7CDE

Text Example


Text Example

White with #CD7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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