Html Css Color HEX #CF7CDB Orchid

📋 copy color: '#CF7CDB'

red 207 ◦ green 124 ◦ blue 219

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

Shades of Orchid #CF7CDB

Tints of Orchid #CF7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.55%

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

R = 37.64%
G = 22.55%
B = 39.82%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF7CDB (or 0xCF7CDB) is known color: Orchid. HEX triplet: CF, 7C and DB. RGB value is (207,124,219). Sum of RGB (Red+Green+Blue) = 207+124+219=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CDB is #308324. Grayscale: #9F9F9F. Windows color (decimal): -3179301 or 14384335. OLE color: 14384335.

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

Color convert

RGB 207 124 219 -
CMYK 0.05 0.43 0 0.14
HSL 292.42º 0.57% 0.67% -
HSV(B) 292.42º 0.43% 0.86% -
XYZ 45.73 32.8 70.94 -
YUV 159.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 207 124 219 0.05 0.43 0 0.14 292.42 0.57 0.67
Hex CF 7C DB 5 2B 0 E 124 39 43
Octal 317 174 333 5 53 0 16 444 71 103
Binary 11001111 1111100 11011011 101 101011 0 1110 100100100 111001 1000011

Color Harmonies of #CF7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CDB

Black with #CF7CDB

Text Example


Text Example

White with #CF7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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