Html Css Color HEX #CF7FDB Orchid

📋 copy color: '#CF7FDB'

red 207 ◦ green 127 ◦ blue 219

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

Shades of Orchid #CF7FDB

Tints of Orchid #CF7FDB

RGB

 RED value IS 207 (81.25% from 255) = 37.43%

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

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

R = 37.43%
G = 22.97%
B = 39.6%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF7FDB (or 0xCF7FDB) is known color: Orchid. HEX triplet: CF, 7F and DB. RGB value is (207,127,219). Sum of RGB (Red+Green+Blue) = 207+127+219=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FDB is #308024. Grayscale: #A1A1A1. Windows color (decimal): -3178533 or 14385103. OLE color: 14385103.

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

Color convert

RGB 207 127 219 -
CMYK 0.05 0.42 0 0.14
HSL 292.17º 0.56% 0.68% -
HSV(B) 292.17º 0.42% 0.86% -
XYZ 46.11 33.56 71.07 -
YUV 161.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 207 127 219 0.05 0.42 0 0.14 292.17 0.56 0.68
Hex CF 7F DB 5 2A 0 E 124 38 44
Octal 317 177 333 5 52 0 16 444 70 104
Binary 11001111 1111111 11011011 101 101010 0 1110 100100100 111000 1000100

Color Harmonies of #CF7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FDB

Black with #CF7FDB

Text Example


Text Example

White with #CF7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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