Html Css Color HEX #CF7EDB Orchid

📋 copy color: '#CF7EDB'

red 207 ◦ green 126 ◦ blue 219

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

Shades of Orchid #CF7EDB

Tints of Orchid #CF7EDB

RGB

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

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

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

R = 37.5%
G = 22.83%
B = 39.67%

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

#CF7EDB (or 0xCF7EDB) is known color: Orchid. HEX triplet: CF, 7E and DB. RGB value is (207,126,219). Sum of RGB (Red+Green+Blue) = 207+126+219=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EDB is #308124. Grayscale: #A0A0A0. Windows color (decimal): -3178789 or 14384847. OLE color: 14384847.

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

Color convert

RGB 207 126 219 -
CMYK 0.05 0.42 0 0.14
HSL 292.26º 0.56% 0.68% -
HSV(B) 292.26º 0.42% 0.86% -
XYZ 45.98 33.3 71.02 -
YUV 160.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 207 126 219 0.05 0.42 0 0.14 292.26 0.56 0.68
Hex CF 7E DB 5 2A 0 E 124 38 44
Octal 317 176 333 5 52 0 16 444 70 104
Binary 11001111 1111110 11011011 101 101010 0 1110 100100100 111000 1000100

Color Harmonies of #CF7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7EDB

Black with #CF7EDB

Text Example


Text Example

White with #CF7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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