Html Css Color HEX #CF6CDB Orchid

📋 copy color: '#CF6CDB'

red 207 ◦ green 108 ◦ blue 219

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

Shades of Orchid #CF6CDB

Tints of Orchid #CF6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.22%

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

R = 38.76%
G = 20.22%
B = 41.01%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF6CDB (or 0xCF6CDB) is known color: Orchid. HEX triplet: CF, 6C and DB. RGB value is (207,108,219). Sum of RGB (Red+Green+Blue) = 207+108+219=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CDB is #309324. Grayscale: #959595. Windows color (decimal): -3183397 or 14380239. OLE color: 14380239.

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

Color convert

RGB 207 108 219 -
CMYK 0.05 0.51 0 0.14
HSL 293.51º 0.61% 0.64% -
HSV(B) 293.51º 0.51% 0.86% -
XYZ 43.88 29.11 70.32 -
YUV 150.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 207 108 219 0.05 0.51 0 0.14 293.51 0.61 0.64
Hex CF 6C DB 5 33 0 E 126 3D 40
Octal 317 154 333 5 63 0 16 446 75 100
Binary 11001111 1101100 11011011 101 110011 0 1110 100100110 111101 1000000

Color Harmonies of #CF6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CDB

Black with #CF6CDB

Text Example


Text Example

White with #CF6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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