Html Css Color HEX #CF6DDB Orchid

📋 copy color: '#CF6DDB'

red 207 ◦ green 109 ◦ blue 219

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

Shades of Orchid #CF6DDB

Tints of Orchid #CF6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.37%

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

R = 38.69%
G = 20.37%
B = 40.93%

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

#CF6DDB (or 0xCF6DDB) is known color: Orchid. HEX triplet: CF, 6D and DB. RGB value is (207,109,219). Sum of RGB (Red+Green+Blue) = 207+109+219=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DDB is #309224. Grayscale: #969696. Windows color (decimal): -3183141 or 14380495. OLE color: 14380495.

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

Color convert

RGB 207 109 219 -
CMYK 0.05 0.50 0 0.14
HSL 293.45º 0.6% 0.64% -
HSV(B) 293.45º 0.5% 0.86% -
XYZ 43.99 29.32 70.36 -
YUV 150.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 207 109 219 0.05 0.50 0 0.14 293.45 0.6 0.64
Hex CF 6D DB 5 32 0 E 125 3C 40
Octal 317 155 333 5 62 0 16 445 74 100
Binary 11001111 1101101 11011011 101 110010 0 1110 100100101 111100 1000000

Color Harmonies of #CF6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DDB

Black with #CF6DDB

Text Example


Text Example

White with #CF6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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