Html Css Color HEX #CF5EDB Orchid

📋 copy color: '#CF5EDB'

red 207 ◦ green 94 ◦ blue 219

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

Shades of Orchid #CF5EDB

Tints of Orchid #CF5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.08%

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

R = 39.81%
G = 18.08%
B = 42.12%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF5EDB (or 0xCF5EDB) is known color: Orchid. HEX triplet: CF, 5E and DB. RGB value is (207,94,219). Sum of RGB (Red+Green+Blue) = 207+94+219=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EDB is #30A124. Grayscale: #8D8D8D. Windows color (decimal): -3186981 or 14376655. OLE color: 14376655.

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

Color convert

RGB 207 94 219 -
CMYK 0.05 0.57 0 0.14
HSL 294.24º 0.63% 0.61% -
HSV(B) 294.24º 0.57% 0.86% -
XYZ 42.52 26.39 69.87 -
YUV 142.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 207 94 219 0.05 0.57 0 0.14 294.24 0.63 0.61
Hex CF 5E DB 5 39 0 E 126 3F 3D
Octal 317 136 333 5 71 0 16 446 77 75
Binary 11001111 1011110 11011011 101 111001 0 1110 100100110 111111 111101

Color Harmonies of #CF5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5EDB

Black with #CF5EDB

Text Example


Text Example

White with #CF5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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