Html Css Color HEX #CF62D8 Orchid

📋 copy color: '#CF62D8'

red 207 ◦ green 98 ◦ blue 216

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

Shades of Orchid #CF62D8

Tints of Orchid #CF62D8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.81%

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 39.73%
G = 18.81%
B = 41.46%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF62D8 (or 0xCF62D8) is known color: Orchid. HEX triplet: CF, 62 and D8. RGB value is (207,98,216). Sum of RGB (Red+Green+Blue) = 207+98+216=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF62D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62D8 is #309D27. Grayscale: #8F8F8F. Windows color (decimal): -3185960 or 14181071. OLE color: 14181071.

HSL color Cylindrical-coordinate representation of color #CF62D8: hue angle of 295.42º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF62D8 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 98 216 -
CMYK 0.04 0.55 0 0.15
HSL 295.42º 0.6% 0.62% -
HSV(B) 295.42º 0.55% 0.85% -
XYZ 42.49 26.96 67.93 -
YUV 144.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 207 98 216 0.04 0.55 0 0.15 295.42 0.6 0.62
Hex CF 62 D8 4 37 0 F 127 3C 3E
Octal 317 142 330 4 67 0 17 447 74 76
Binary 11001111 1100010 11011000 100 110111 0 1111 100100111 111100 111110

Color Harmonies of #CF62D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62D8

Black with #CF62D8

Text Example


Text Example

White with #CF62D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62D8; }

 p { color: rgb(207,98,216); }

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

background-color css

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

 a { background-color: rgb(207,98,216); }

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

border-color css

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

 span { border-color: rgb(207,98,216); }

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