Html Css Color HEX #CF83DF Orchid

📋 copy color: '#CF83DF'

red 207 ◦ green 131 ◦ blue 223

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

Shades of Orchid #CF83DF

Tints of Orchid #CF83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 36.9%
G = 23.35%
B = 39.75%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF83DF (or 0xCF83DF) is known color: Orchid. HEX triplet: CF, 83 and DF. RGB value is (207,131,223). Sum of RGB (Red+Green+Blue) = 207+131+223=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83DF is #307C20. Grayscale: #A3A3A3. Windows color (decimal): -3177505 or 14648271. OLE color: 14648271.

HSL color Cylindrical-coordinate representation of color #CF83DF: hue angle of 289.57º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF83DF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 131 223 -
CMYK 0.07 0.41 0 0.13
HSL 289.57º 0.59% 0.69% -
HSV(B) 289.57º 0.41% 0.87% -
XYZ 47.17 34.83 74.05 -
YUV 164.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 207 131 223 0.07 0.41 0 0.13 289.57 0.59 0.69
Hex CF 83 DF 7 29 0 D 122 3B 45
Octal 317 203 337 7 51 0 15 442 73 105
Binary 11001111 10000011 11011111 111 101001 0 1101 100100010 111011 1000101

Color Harmonies of #CF83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83DF

Black with #CF83DF

Text Example


Text Example

White with #CF83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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