Html Css Color HEX #CF7DBB Orchid

📋 copy color: '#CF7DBB'

red 207 ◦ green 125 ◦ blue 187

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

Shades of Orchid #CF7DBB

Tints of Orchid #CF7DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 39.88%
G = 24.08%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF7DBB (or 0xCF7DBB) is known color: Orchid. HEX triplet: CF, 7D and BB. RGB value is (207,125,187). Sum of RGB (Red+Green+Blue) = 207+125+187=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DBB is #308244. Grayscale: #9C9C9C. Windows color (decimal): -3179077 or 12287439. OLE color: 12287439.

HSL color Cylindrical-coordinate representation of color #CF7DBB: hue angle of 314.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7DBB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 187 -
CMYK 0 0.40 0.10 0.19
HSL 314.63º 0.46% 0.65% -
HSV(B) 314.63º 0.4% 0.81% -
XYZ 42.04 31.52 50.88 -
YUV 156.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 207 125 187 0 0.40 0.10 0.19 314.63 0.46 0.65
Hex CF 7D BB 0 28 A 13 13B 2E 41
Octal 317 175 273 0 50 12 23 473 56 101
Binary 11001111 1111101 10111011 0 101000 1010 10011 100111011 101110 1000001

Color Harmonies of #CF7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DBB

Black with #CF7DBB

Text Example


Text Example

White with #CF7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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