Html Css Color HEX #CD7FDB Orchid

📋 copy color: '#CD7FDB'

red 205 ◦ green 127 ◦ blue 219

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

Shades of Orchid #CD7FDB

Tints of Orchid #CD7FDB

RGB

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

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

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

R = 37.21%
G = 23.05%
B = 39.75%

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

#CD7FDB (or 0xCD7FDB) is known color: Orchid. HEX triplet: CD, 7F and DB. RGB value is (205,127,219). Sum of RGB (Red+Green+Blue) = 205+127+219=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FDB is #328024. Grayscale: #A0A0A0. Windows color (decimal): -3309605 or 14385101. OLE color: 14385101.

HSL color Cylindrical-coordinate representation of color #CD7FDB: hue angle of 290.87º 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 #CD7FDB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 127 219 -
CMYK 0.06 0.42 0 0.14
HSL 290.87º 0.56% 0.68% -
HSV(B) 290.87º 0.42% 0.86% -
XYZ 45.55 33.27 71.04 -
YUV 160.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 205 127 219 0.06 0.42 0 0.14 290.87 0.56 0.68
Hex CD 7F DB 6 2A 0 E 123 38 44
Octal 315 177 333 6 52 0 16 443 70 104
Binary 11001101 1111111 11011011 110 101010 0 1110 100100011 111000 1000100

Color Harmonies of #CD7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FDB

Black with #CD7FDB

Text Example


Text Example

White with #CD7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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