Html Css Color HEX #CF82C9 Orchid

📋 copy color: '#CF82C9'

red 207 ◦ green 130 ◦ blue 201

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

Shades of Orchid #CF82C9

Tints of Orchid #CF82C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 38.48%
G = 24.16%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF82C9 (or 0xCF82C9) is known color: Orchid. HEX triplet: CF, 82 and C9. RGB value is (207,130,201). Sum of RGB (Red+Green+Blue) = 207+130+201=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82C9 is #307D36. Grayscale: #A0A0A0. Windows color (decimal): -3177783 or 13206223. OLE color: 13206223.

HSL color Cylindrical-coordinate representation of color #CF82C9: hue angle of 304.68º 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 #CF82C9 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 201 -
CMYK 0 0.37 0.03 0.19
HSL 304.68º 0.45% 0.66% -
HSV(B) 304.68º 0.37% 0.81% -
XYZ 44.26 33.45 59.38 -
YUV 161.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 207 130 201 0 0.37 0.03 0.19 304.68 0.45 0.66
Hex CF 82 C9 0 25 3 13 131 2D 42
Octal 317 202 311 0 45 3 23 461 55 102
Binary 11001111 10000010 11001001 0 100101 11 10011 100110001 101101 1000010

Color Harmonies of #CF82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82C9

Black with #CF82C9

Text Example


Text Example

White with #CF82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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