Html Css Color HEX #CF7DDB Orchid

📋 copy color: '#CF7DDB'

red 207 ◦ green 125 ◦ blue 219

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

Shades of Orchid #CF7DDB

Tints of Orchid #CF7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.69%

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

R = 37.57%
G = 22.69%
B = 39.75%

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

#CF7DDB (or 0xCF7DDB) is known color: Orchid. HEX triplet: CF, 7D and DB. RGB value is (207,125,219). Sum of RGB (Red+Green+Blue) = 207+125+219=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DDB is #308224. Grayscale: #9F9F9F. Windows color (decimal): -3179045 or 14384591. OLE color: 14384591.

HSL color Cylindrical-coordinate representation of color #CF7DDB: hue angle of 292.34º 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 #CF7DDB is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 125 219 -
CMYK 0.05 0.43 0 0.14
HSL 292.34º 0.57% 0.67% -
HSV(B) 292.34º 0.43% 0.86% -
XYZ 45.85 33.05 70.98 -
YUV 160.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 207 125 219 0.05 0.43 0 0.14 292.34 0.57 0.67
Hex CF 7D DB 5 2B 0 E 124 39 43
Octal 317 175 333 5 53 0 16 444 71 103
Binary 11001111 1111101 11011011 101 101011 0 1110 100100100 111001 1000011

Color Harmonies of #CF7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DDB

Black with #CF7DDB

Text Example


Text Example

White with #CF7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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