Html Css Color HEX #CF82D3 Orchid

📋 copy color: '#CF82D3'

red 207 ◦ green 130 ◦ blue 211

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

Shades of Orchid #CF82D3

Tints of Orchid #CF82D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.5%

R = 37.77%
G = 23.72%
B = 38.5%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF82D3 (or 0xCF82D3) is known color: Orchid. HEX triplet: CF, 82 and D3. RGB value is (207,130,211). Sum of RGB (Red+Green+Blue) = 207+130+211=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF82D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82D3 is #307D2C. Grayscale: #A2A2A2. Windows color (decimal): -3177773 or 13861583. OLE color: 13861583.

HSL color Cylindrical-coordinate representation of color #CF82D3: hue angle of 297.04º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF82D3 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 130 211 -
CMYK 0.02 0.38 0 0.17
HSL 297.04º 0.48% 0.67% -
HSV(B) 297.04º 0.38% 0.83% -
XYZ 45.47 33.93 65.78 -
YUV 162.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 207 130 211 0.02 0.38 0 0.17 297.04 0.48 0.67
Hex CF 82 D3 2 26 0 11 129 30 43
Octal 317 202 323 2 46 0 21 451 60 103
Binary 11001111 10000010 11010011 10 100110 0 10001 100101001 110000 1000011

Color Harmonies of #CF82D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82D3

Black with #CF82D3

Text Example


Text Example

White with #CF82D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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