Html Css Color HEX #CF6EDB Orchid

📋 copy color: '#CF6EDB'

red 207 ◦ green 110 ◦ blue 219

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

Shades of Orchid #CF6EDB

Tints of Orchid #CF6EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.52%

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

R = 38.62%
G = 20.52%
B = 40.86%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF6EDB (or 0xCF6EDB) is known color: Orchid. HEX triplet: CF, 6E and DB. RGB value is (207,110,219). Sum of RGB (Red+Green+Blue) = 207+110+219=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDB is #309124. Grayscale: #979797. Windows color (decimal): -3182885 or 14380751. OLE color: 14380751.

HSL color Cylindrical-coordinate representation of color #CF6EDB: hue angle of 293.39º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6EDB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 110 219 -
CMYK 0.05 0.50 0 0.14
HSL 293.39º 0.6% 0.65% -
HSV(B) 293.39º 0.5% 0.86% -
XYZ 44.09 29.53 70.39 -
YUV 151.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 207 110 219 0.05 0.50 0 0.14 293.39 0.6 0.65
Hex CF 6E DB 5 32 0 E 125 3C 41
Octal 317 156 333 5 62 0 16 445 74 101
Binary 11001111 1101110 11011011 101 110010 0 1110 100100101 111100 1000001

Color Harmonies of #CF6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EDB

Black with #CF6EDB

Text Example


Text Example

White with #CF6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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