Html Css Color HEX #CF82CA Orchid

📋 copy color: '#CF82CA'

red 207 ◦ green 130 ◦ blue 202

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

Shades of Orchid #CF82CA

Tints of Orchid #CF82CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 38.4%
G = 24.12%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF82CA (or 0xCF82CA) is known color: Orchid. HEX triplet: CF, 82 and CA. RGB value is (207,130,202). Sum of RGB (Red+Green+Blue) = 207+130+202=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82CA is #307D35. Grayscale: #A1A1A1. Windows color (decimal): -3177782 or 13271759. OLE color: 13271759.

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

Color convert

RGB 207 130 202 -
CMYK 0 0.37 0.02 0.19
HSL 303.9º 0.45% 0.66% -
HSV(B) 303.9º 0.37% 0.81% -
XYZ 44.38 33.49 60 -
YUV 161.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 207 130 202 0 0.37 0.02 0.19 303.9 0.45 0.66
Hex CF 82 CA 0 25 2 13 130 2D 42
Octal 317 202 312 0 45 2 23 460 55 102
Binary 11001111 10000010 11001010 0 100101 10 10011 100110000 101101 1000010

Color Harmonies of #CF82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82CA

Black with #CF82CA

Text Example


Text Example

White with #CF82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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