Html Css Color HEX #CF67C8 Orchid

📋 copy color: '#CF67C8'

red 207 ◦ green 103 ◦ blue 200

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

Shades of Orchid #CF67C8

Tints of Orchid #CF67C8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.2%

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 40.59%
G = 20.2%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF67C8 (or 0xCF67C8) is known color: Orchid. HEX triplet: CF, 67 and C8. RGB value is (207,103,200). Sum of RGB (Red+Green+Blue) = 207+103+200=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67C8 is #309837. Grayscale: #909090. Windows color (decimal): -3184696 or 13133775. OLE color: 13133775.

HSL color Cylindrical-coordinate representation of color #CF67C8: hue angle of 304.04º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF67C8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 103 200 -
CMYK 0 0.50 0.03 0.19
HSL 304.04º 0.52% 0.61% -
HSV(B) 304.04º 0.5% 0.81% -
XYZ 41.01 27.14 57.72 -
YUV 145.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 207 103 200 0 0.50 0.03 0.19 304.04 0.52 0.61
Hex CF 67 C8 0 32 3 13 130 34 3D
Octal 317 147 310 0 62 3 23 460 64 75
Binary 11001111 1100111 11001000 0 110010 11 10011 100110000 110100 111101

Color Harmonies of #CF67C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF67C8

Black with #CF67C8

Text Example


Text Example

White with #CF67C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF67C8; }

 p { color: rgb(207,103,200); }

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

background-color css

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

 a { background-color: rgb(207,103,200); }

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

border-color css

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

 span { border-color: rgb(207,103,200); }

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