Html Css Color HEX #CF63E6 Orchid

📋 copy color: '#CF63E6'

red 207 ◦ green 99 ◦ blue 230

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

Shades of Orchid #CF63E6

Tints of Orchid #CF63E6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.47%

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 38.62%
G = 18.47%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF63E6 (or 0xCF63E6) is known color: Orchid. HEX triplet: CF, 63 and E6. RGB value is (207,99,230). Sum of RGB (Red+Green+Blue) = 207+99+230=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63E6 is #309C19. Grayscale: #919191. Windows color (decimal): -3185690 or 15098831. OLE color: 15098831.

HSL color Cylindrical-coordinate representation of color #CF63E6: hue angle of 289.47º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF63E6 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 99 230 -
CMYK 0.10 0.57 0 0.10
HSL 289.47º 0.72% 0.65% -
HSV(B) 289.47º 0.57% 0.9% -
XYZ 44.48 27.9 77.9 -
YUV 146.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 207 99 230 0.10 0.57 0 0.10 289.47 0.72 0.65
Hex CF 63 E6 A 39 0 A 121 48 41
Octal 317 143 346 12 71 0 12 441 110 101
Binary 11001111 1100011 11100110 1010 111001 0 1010 100100001 1001000 1000001

Color Harmonies of #CF63E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63E6

Black with #CF63E6

Text Example


Text Example

White with #CF63E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63E6; }

 p { color: rgb(207,99,230); }

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

background-color css

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

 a { background-color: rgb(207,99,230); }

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

border-color css

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

 span { border-color: rgb(207,99,230); }

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