Html Css Color HEX #CD7EDB Orchid

📋 copy color: '#CD7EDB'

red 205 ◦ green 126 ◦ blue 219

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

Shades of Orchid #CD7EDB

Tints of Orchid #CD7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 37.27%
G = 22.91%
B = 39.82%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD7EDB (or 0xCD7EDB) is known color: Orchid. HEX triplet: CD, 7E and DB. RGB value is (205,126,219). Sum of RGB (Red+Green+Blue) = 205+126+219=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EDB is #328124. Grayscale: #9F9F9F. Windows color (decimal): -3309861 or 14384845. OLE color: 14384845.

HSL color Cylindrical-coordinate representation of color #CD7EDB: hue angle of 290.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7EDB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 126 219 -
CMYK 0.06 0.42 0 0.14
HSL 290.97º 0.56% 0.68% -
HSV(B) 290.97º 0.42% 0.86% -
XYZ 45.42 33.02 71 -
YUV 160.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 205 126 219 0.06 0.42 0 0.14 290.97 0.56 0.68
Hex CD 7E DB 6 2A 0 E 123 38 44
Octal 315 176 333 6 52 0 16 443 70 104
Binary 11001101 1111110 11011011 110 101010 0 1110 100100011 111000 1000100

Color Harmonies of #CD7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7EDB

Black with #CD7EDB

Text Example


Text Example

White with #CD7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7EDB; }

 p { color: rgb(205,126,219); }

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

background-color css

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

 a { background-color: rgb(205,126,219); }

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

border-color css

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

 span { border-color: rgb(205,126,219); }

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