Html Css Color HEX #CD7CE0 Orchid

📋 copy color: '#CD7CE0'

red 205 ◦ green 124 ◦ blue 224

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

Shades of Orchid #CD7CE0

Tints of Orchid #CD7CE0

RGB

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

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

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

R = 37.07%
G = 22.42%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD7CE0 (or 0xCD7CE0) is known color: Orchid. HEX triplet: CD, 7C and E0. RGB value is (205,124,224). Sum of RGB (Red+Green+Blue) = 205+124+224=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CE0 is #32831F. Grayscale: #9F9F9F. Windows color (decimal): -3310368 or 14712013. OLE color: 14712013.

HSL color Cylindrical-coordinate representation of color #CD7CE0: hue angle of 288.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7CE0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 124 224 -
CMYK 0.08 0.45 0 0.12
HSL 288.6º 0.62% 0.68% -
HSV(B) 288.6º 0.45% 0.88% -
XYZ 45.84 32.78 74.43 -
YUV 159.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 205 124 224 0.08 0.45 0 0.12 288.6 0.62 0.68
Hex CD 7C E0 8 2D 0 C 121 3E 44
Octal 315 174 340 10 55 0 14 441 76 104
Binary 11001101 1111100 11100000 1000 101101 0 1100 100100001 111110 1000100

Color Harmonies of #CD7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7CE0

Black with #CD7CE0

Text Example


Text Example

White with #CD7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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