Html Css Color HEX #CF82BD Orchid

📋 copy color: '#CF82BD'

red 207 ◦ green 130 ◦ blue 189

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

Shades of Orchid #CF82BD

Tints of Orchid #CF82BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.71%

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 39.35%
G = 24.71%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF82BD (or 0xCF82BD) is known color: Orchid. HEX triplet: CF, 82 and BD. RGB value is (207,130,189). Sum of RGB (Red+Green+Blue) = 207+130+189=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82BD is #307D42. Grayscale: #9F9F9F. Windows color (decimal): -3177795 or 12419791. OLE color: 12419791.

HSL color Cylindrical-coordinate representation of color #CF82BD: hue angle of 314.03º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF82BD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 189 -
CMYK 0 0.37 0.09 0.19
HSL 314.03º 0.45% 0.66% -
HSV(B) 314.03º 0.37% 0.81% -
XYZ 42.9 32.9 52.23 -
YUV 159.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 207 130 189 0 0.37 0.09 0.19 314.03 0.45 0.66
Hex CF 82 BD 0 25 9 13 13A 2D 42
Octal 317 202 275 0 45 11 23 472 55 102
Binary 11001111 10000010 10111101 0 100101 1001 10011 100111010 101101 1000010

Color Harmonies of #CF82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82BD

Black with #CF82BD

Text Example


Text Example

White with #CF82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82BD; }

 p { color: rgb(207,130,189); }

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

background-color css

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

 a { background-color: rgb(207,130,189); }

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

border-color css

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

 span { border-color: rgb(207,130,189); }

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