Html Css Color HEX #CF82DA Orchid

📋 copy color: '#CF82DA'

red 207 ◦ green 130 ◦ blue 218

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

Shades of Orchid #CF82DA

Tints of Orchid #CF82DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 37.3%
G = 23.42%
B = 39.28%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF82DA (or 0xCF82DA) is known color: Orchid. HEX triplet: CF, 82 and DA. RGB value is (207,130,218). Sum of RGB (Red+Green+Blue) = 207+130+218=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82DA is #307D25. Grayscale: #A2A2A2. Windows color (decimal): -3177766 or 14320335. OLE color: 14320335.

HSL color Cylindrical-coordinate representation of color #CF82DA: hue angle of 292.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF82DA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 130 218 -
CMYK 0.05 0.40 0 0.15
HSL 292.5º 0.54% 0.68% -
HSV(B) 292.5º 0.4% 0.85% -
XYZ 46.37 34.29 70.5 -
YUV 163.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 207 130 218 0.05 0.40 0 0.15 292.5 0.54 0.68
Hex CF 82 DA 5 28 0 F 124 36 44
Octal 317 202 332 5 50 0 17 444 66 104
Binary 11001111 10000010 11011010 101 101000 0 1111 100100100 110110 1000100

Color Harmonies of #CF82DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82DA

Black with #CF82DA

Text Example


Text Example

White with #CF82DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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