Html Css Color HEX #CF62E1 Orchid

📋 copy color: '#CF62E1'

red 207 ◦ green 98 ◦ blue 225

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

Shades of Orchid #CF62E1

Tints of Orchid #CF62E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 39.06%
G = 18.49%
B = 42.45%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF62E1 (or 0xCF62E1) is known color: Orchid. HEX triplet: CF, 62 and E1. RGB value is (207,98,225). Sum of RGB (Red+Green+Blue) = 207+98+225=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF62E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62E1 is #309D1E. Grayscale: #909090. Windows color (decimal): -3185951 or 14770895. OLE color: 14770895.

HSL color Cylindrical-coordinate representation of color #CF62E1: hue angle of 291.5º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF62E1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 98 225 -
CMYK 0.08 0.56 0 0.12
HSL 291.5º 0.68% 0.63% -
HSV(B) 291.5º 0.56% 0.88% -
XYZ 43.69 27.44 74.23 -
YUV 145.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 207 98 225 0.08 0.56 0 0.12 291.5 0.68 0.63
Hex CF 62 E1 8 38 0 C 123 44 3F
Octal 317 142 341 10 70 0 14 443 104 77
Binary 11001111 1100010 11100001 1000 111000 0 1100 100100011 1000100 111111

Color Harmonies of #CF62E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62E1

Black with #CF62E1

Text Example


Text Example

White with #CF62E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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