Html Css Color HEX #CF67DB Orchid

📋 copy color: '#CF67DB'

red 207 ◦ green 103 ◦ blue 219

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

Shades of Orchid #CF67DB

Tints of Orchid #CF67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.47%

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

R = 39.13%
G = 19.47%
B = 41.4%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF67DB (or 0xCF67DB) is known color: Orchid. HEX triplet: CF, 67 and DB. RGB value is (207,103,219). Sum of RGB (Red+Green+Blue) = 207+103+219=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67DB is #309824. Grayscale: #929292. Windows color (decimal): -3184677 or 14378959. OLE color: 14378959.

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

Color convert

RGB 207 103 219 -
CMYK 0.05 0.53 0 0.14
HSL 293.79º 0.62% 0.63% -
HSV(B) 293.79º 0.53% 0.86% -
XYZ 43.37 28.08 70.15 -
YUV 147.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 207 103 219 0.05 0.53 0 0.14 293.79 0.62 0.63
Hex CF 67 DB 5 35 0 E 126 3E 3F
Octal 317 147 333 5 65 0 16 446 76 77
Binary 11001111 1100111 11011011 101 110101 0 1110 100100110 111110 111111

Color Harmonies of #CF67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF67DB

Black with #CF67DB

Text Example


Text Example

White with #CF67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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