Html Css Color HEX #CF6ADB Orchid

📋 copy color: '#CF6ADB'

red 207 ◦ green 106 ◦ blue 219

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

Shades of Orchid #CF6ADB

Tints of Orchid #CF6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.92%

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

R = 38.91%
G = 19.92%
B = 41.17%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF6ADB (or 0xCF6ADB) is known color: Orchid. HEX triplet: CF, 6A and DB. RGB value is (207,106,219). Sum of RGB (Red+Green+Blue) = 207+106+219=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ADB is #309524. Grayscale: #949494. Windows color (decimal): -3183909 or 14379727. OLE color: 14379727.

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

Color convert

RGB 207 106 219 -
CMYK 0.05 0.52 0 0.14
HSL 293.63º 0.61% 0.64% -
HSV(B) 293.63º 0.52% 0.86% -
XYZ 43.67 28.69 70.25 -
YUV 149.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 207 106 219 0.05 0.52 0 0.14 293.63 0.61 0.64
Hex CF 6A DB 5 34 0 E 126 3D 40
Octal 317 152 333 5 64 0 16 446 75 100
Binary 11001111 1101010 11011011 101 110100 0 1110 100100110 111101 1000000

Color Harmonies of #CF6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ADB

Black with #CF6ADB

Text Example


Text Example

White with #CF6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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