Html Css Color HEX #CF83DC Orchid

📋 copy color: '#CF83DC'

red 207 ◦ green 131 ◦ blue 220

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

Shades of Orchid #CF83DC

Tints of Orchid #CF83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.48%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 37.1%
G = 23.48%
B = 39.43%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF83DC (or 0xCF83DC) is known color: Orchid. HEX triplet: CF, 83 and DC. RGB value is (207,131,220). Sum of RGB (Red+Green+Blue) = 207+131+220=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83DC is #307C23. Grayscale: #A3A3A3. Windows color (decimal): -3177508 or 14451663. OLE color: 14451663.

HSL color Cylindrical-coordinate representation of color #CF83DC: hue angle of 291.24º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF83DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 131 220 -
CMYK 0.06 0.40 0 0.14
HSL 291.24º 0.56% 0.69% -
HSV(B) 291.24º 0.4% 0.86% -
XYZ 46.77 34.67 71.94 -
YUV 163.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 207 131 220 0.06 0.40 0 0.14 291.24 0.56 0.69
Hex CF 83 DC 6 28 0 E 123 38 45
Octal 317 203 334 6 50 0 16 443 70 105
Binary 11001111 10000011 11011100 110 101000 0 1110 100100011 111000 1000101

Color Harmonies of #CF83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83DC

Black with #CF83DC

Text Example


Text Example

White with #CF83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83DC; }

 p { color: rgb(207,131,220); }

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

background-color css

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

 a { background-color: rgb(207,131,220); }

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

border-color css

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

 span { border-color: rgb(207,131,220); }

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