Html Css Color HEX #CF7ADB Orchid

📋 copy color: '#CF7ADB'

red 207 ◦ green 122 ◦ blue 219

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

Shades of Orchid #CF7ADB

Tints of Orchid #CF7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.26%

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

R = 37.77%
G = 22.26%
B = 39.96%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF7ADB (or 0xCF7ADB) is known color: Orchid. HEX triplet: CF, 7A and DB. RGB value is (207,122,219). Sum of RGB (Red+Green+Blue) = 207+122+219=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ADB is #308524. Grayscale: #9E9E9E. Windows color (decimal): -3179813 or 14383823. OLE color: 14383823.

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

Color convert

RGB 207 122 219 -
CMYK 0.05 0.44 0 0.14
HSL 292.58º 0.57% 0.67% -
HSV(B) 292.58º 0.44% 0.86% -
XYZ 45.48 32.3 70.86 -
YUV 158.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 207 122 219 0.05 0.44 0 0.14 292.58 0.57 0.67
Hex CF 7A DB 5 2C 0 E 125 39 43
Octal 317 172 333 5 54 0 16 445 71 103
Binary 11001111 1111010 11011011 101 101100 0 1110 100100101 111001 1000011

Color Harmonies of #CF7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ADB

Black with #CF7ADB

Text Example


Text Example

White with #CF7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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